home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Shareware
/
Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso
/
mac
/
DOS
/
MATH
/
MRCRY209
/
GRAPH4.EKA
< prev
next >
Wrap
Text File
|
1992-11-04
|
269b
|
17 lines
; Demo of multiple functions in one graph.
a = 31
b = 9
f(x) := SIN(x)
g(x) := COS(x)
h(x) := -SIN(x)
i(x) := -COS(x)
PLOT f,g,h,i
SHOW a, b
TITLE "sine and cosine"
SUBTITLE "waveforms"
GBOUNDS 0,2
XLABEL "x axis"
YLABEL "y axis"
LEGEND